home *** CD-ROM | disk | FTP | other *** search
/ Wired for Sound Pro / Wired for Sound Pro CD (Aristosoft, Inc.) (1993).ISO / wfscdset / cuiwfsp / cuiwfsp.sts < prev    next >
Text File  |  1993-11-01  |  7KB  |  144 lines

  1. PWB-GENERATED FILE: DO NOT MODIFY
  2. [shared-]
  3.     version=3
  4.     project="S:\WFSCDSET\CUIWFSP\CUIWFSP.MAK"
  5.     buildmode=3
  6. [edit-]
  7.     srch=BLAST
  8.     fSrchRe=0
  9.     rpl=Wired for Sound
  10.     src=CD Blaster
  11.     fRplRe=16896
  12. [pwb]
  13.     screen=50 80
  14.     winstyle=7
  15.     file="<COMPILE>Build Results" 1 1 1 1
  16.     wnd=c 8 0 44 80 0 0
  17.     file="<SEARCH>Search Results" 1 1 1 1
  18.     wnd=c 0 0 0 0 0 0
  19.     file="<PRINT>Print Results" 1 1 1 1
  20.     wnd=c 0 0 0 0 0 0
  21.     file="<RECORD>Record" 1 1 1 1
  22.     wnd=c 0 0 0 0 0 0
  23.     file="<CLIPBOARD>Clipboard" 1 1 1 1
  24.     wnd=c 0 0 0 0 0 0
  25.     file="<pwbhelp>Help" 1 1 1 1
  26.     wnd=c 1 0 11 80 0 0
  27.     file="<browse>Browser Output" 1 1 1 1
  28.     wnd=c 0 0 0 0 0 0
  29. [build]
  30.     build: language "C"
  31.     build: template "Windows 3.1 DLL" modified
  32.     build: macro DEBUG "0"
  33.     build: macro CC "cl"
  34.     build: macro CFLAGS_G "/Alnw /W2 /G2 /Zp /BATCH /Gw"
  35.     build: macro CFLAGS_D "/f /Od /Zi /Gs"
  36.     build: macro CFLAGS_R "/f- /Os /Og /Oe /Gs"
  37.     build: macro CXX "cl"
  38.     build: macro CXXFLAGS_G "/G2 /W2 /ASw /GD /Zp /BATCH"
  39.     build: macro CXXFLAGS_D "/f /Zi /Od /Gs"
  40.     build: macro CXXFLAGS_R "/f- /Oe /Og /Os /Gs"
  41.     build: macro MAPFILE_D "NUL"
  42.     build: macro MAPFILE_R "NUL"
  43.     build: macro LFLAGS_G "/BATCH /ONERROR:NOEXE"
  44.     build: macro LFLAGS_D "/CO /NOF"
  45.     build: macro LFLAGS_R "/NOF"
  46.     build: macro LLIBS_G "LIBW.LIB"
  47.     build: macro LINKER "link"
  48.     build: macro ILINK "ilink"
  49.     build: macro LRF "echo > NUL"
  50.     build: macro ILFLAGS "/a /e"
  51.     build: macro RC "rc"
  52.     build: macro IMPLIB "implib"
  53.     build: macro LLIBS_R "/NOD:MLIBCE MDLLCEW"
  54.     build: macro LLIBS_D "/NOD:MLIBCE MDLLCEW"
  55.     build: all $(PROJ).dll
  56.     build: target $(PROJ).dll lrf_dll link_dll rc_dll implib_dll
  57.     build: inference .c.sbr cc_c_sbr
  58.     build: inference .cxx.sbr cx_cxx_sbr
  59.     build: inference .cpp.sbr cx_cxx_sbr
  60.     build: inference compile .c.obj cc_c_obj
  61.     build: inference compile .cxx.obj cx_cxx_obj
  62.     build: inference compile .cpp.obj cx_cxx_obj
  63.     build: inference .rc.res rc_rc_res
  64.     build: release command cc_c_sbr "@$(CC) @<<$(PROJ).rsp\n/Zs $(CFLAGS_G)\n$(CFLAGS_R) /FR$@ $<\n<<"
  65.     build: debug command cc_c_sbr "@$(CC) @<<$(PROJ).rsp\n/Zs $(CFLAGS_G)\n$(CFLAGS_D) /FR$@ $<\n<<"
  66.     build: release command cx_cxx_sbr "@$(CXX) @<<$(PROJ).rsp\n/Zs $(CXXFLAGS_G)\n$(CXXFLAGS_R) /FR$@ $<\n<<"
  67.     build: debug command cx_cxx_sbr "@$(CXX) @<<$(PROJ).rsp\n/Zs $(CXXFLAGS_G)\n$(CXXFLAGS_D) /FR$@ $<\n<<"
  68.     build: release command cc_c_obj "@$(CC) @<<$(PROJ).rsp\n/c $(CFLAGS_G)\n$(CFLAGS_R) /Fo$@ $<\n<<"
  69.     build: debug command cc_c_obj "@$(CC) @<<$(PROJ).rsp\n/c $(CFLAGS_G)\n$(CFLAGS_D) /Fo$@ $<\n<<"
  70.     build: release command cx_cxx_obj "@$(CXX) @<<$(PROJ).rsp\n/c $(CXXFLAGS_G)\n$(CXXFLAGS_R) /Fo$@ $<\n<<"
  71.     build: debug command cx_cxx_obj "@$(CXX) @<<$(PROJ).rsp\n/c $(CXXFLAGS_G)\n$(CXXFLAGS_D) /Fo$@ $<\n<<"
  72.     build: release command lrf_dll "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  73.     build: debug command lrf_dll "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  74.     build: command link_dll "$(LINKER) @$(PROJ).lrf"
  75.     build: command rc_dll "$(RC) $(RCFLAGS2) $(RESS) $@"
  76.     build: command implib_dll "$(IMPLIB) $*.lib $@"
  77.     build: command rc_rc_res "$(RC) $(RCFLAGS1) /r /fo $@ $<"
  78.     build: command run ""
  79.     build: command debug ""
  80.     build: suffixes
  81.     build: include dependencies
  82.     build: include no system
  83.     build: include path .c
  84.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  85.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  86.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  87.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  88.     build: include .cxx "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  89.     build: include .cxx "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  90.     build: include .cpp "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  91.     build: include .cpp "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  92.     build: include .hxx "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  93.     build: include .hxx "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  94.     build: include .hpp "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  95.     build: include .hpp "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  96.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  97.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  98.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  99.     build: include .rc "^\\:i\\:bBITMAP\\:b\\(\\:p\\)"
  100.     build: include .rc "^\\:i\\:bCURSOR\\:b\\(\\:p\\)"
  101.     build: include .rc "^\\:i\\:bFONT\\:b\\(\\:p\\)"
  102.     build: include .rc "^\\:i\\:bICON\\:b\\(\\:p\\)"
  103.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  104.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  105.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  106.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  107.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  108.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  109.     build: message "^LINK [^L]+L[124]"
  110.     build: message "^ILINK : [^L]+L[124]"
  111.     build: message "Build all" file line
  112.     build: message "^NMAKE : [^U]+U[124]"
  113.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  114.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  115.     build: message "^[^C]+C[124][0-9]+: "
  116.     build: message "^[^D]+D[124][0-9]+ : "
  117.     build: message "^BIND : [^U]+U[124]"
  118.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  119.     build: message "\\(\\:p\\)(\\(\\:z\\)) : error RC\\:z:" file line
  120.     build: message "^RC:"
  121.     build: message "^RC :"
  122.     build: message "^LIB :"
  123.     build: message "^MPC :"
  124.     build: message "^CVPACK :"
  125.     build: message "^bscmake: [^B]+BK[124]"
  126.     build: message "^sbrpack: [^S]+SB[124]"
  127.     build: message "Build all" file line
  128.     build: message "Rebuild all" file line
  129.     build: message "Build " file line
  130.     build: message "Compile voice.c" file line
  131.     build: message "Compile RECOG.C" file line
  132.     build: message "Compile dtw.c" file line
  133.     build: message "Compile intchook.c" file line
  134.     build: message "Compile main.c" file line
  135.     build: message "Compile test.c" file line
  136.     build: message "^\\(\\:p\\)(\\(\\:z\\)) Re:" file line
  137.     build: message "^Re:"
  138.     build: message "^bscmakC: [^B]+BK[124]"
  139.     build: message "^bscmakc: [^B]+BK[124]"
  140.     build: message "Rebuild " file line
  141.     build: message "^pwbrmake: [^U]+U[124]"
  142.     build: message "^RC: error"
  143.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  144.